home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / toc.dir / Internal_29.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  488 b   |  24 lines

  1. on exitFrame
  2.   if rollOver(3) then
  3.     set the visible of sprite 6 to 1
  4.   else
  5.     set the visible of sprite 6 to 0
  6.   end if
  7.   if rollOver(4) then
  8.     set the visible of sprite 7 to 1
  9.   else
  10.     set the visible of sprite 7 to 0
  11.   end if
  12.   if rollOver(5) then
  13.     set the visible of sprite 8 to 1
  14.   else
  15.     set the visible of sprite 8 to 0
  16.   end if
  17.   if rollOver(16) then
  18.     set the visible of sprite 20 to 1
  19.   else
  20.     set the visible of sprite 20 to 0
  21.   end if
  22.   go(the frame - 8)
  23. end
  24.